type go/build.fileInfo

4 uses

	go/build (current package)
		build.go#L1362: type fileInfo struct {
		build.go#L1396: func (ctxt *Context) matchFile(dir, name string, allTags map[string]bool, binaryOnly *bool, fset *token.FileSet) (*fileInfo, error) {
		build.go#L1417: 	info := &fileInfo{name: ctxt.joinPath(dir, name), fset: fset}
		read.go#L397: func readGoInfo(f io.Reader, info *fileInfo) error {